
  

  
  @property --font-size--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.125rem;
}
@property --font-size--sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.875rem;
}
@property --color--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --font-size--2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.5rem;
}
@property --color--red--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --color--red--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --color--red--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --color--red--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --color--red--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --font-size--base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1rem;
}
@property --color--blue--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --color--blue--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --color--blue--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --color--blue--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --color--blue--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --color--grey--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --color--grey--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --color--grey--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--grey--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --color--grey--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --color--secondary {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--green--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --color--green--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --color--green--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --color--green--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --color--green--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --font-family--text {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: sans-serif;
}
@property --font-weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --color--yellow--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --color--yellow--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --color--yellow--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --color--yellow--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --color--yellow--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --font-weight--light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --background--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--purple--dark {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--purple--main {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--yellow--main {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--purple--light {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-family--heading {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: sans-serif;
}
@property --font-weight--regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --background--secondary {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-weight--semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}
@property --background--primary-dark {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --background--primary-light {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}

  :host, :root {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --background--primary: var(--color--purple--main);
  --color--purple--dark: #C0A8E1;
  --color--purple--main: #d2b9fb;
  --color--yellow--main: #FAE27F;
  --color--purple--light: #F0EBF7;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --background--secondary: var(--color--yellow--main);
  --font-weight--semi-bold: 600;
  --background--primary-dark: var(--color--purple--dark);
  --background--primary-light: var(--color--purple--light);
}
  
  
  [data-nc-theme~="Default"] {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --background--primary: var(--color--purple--main);
  --color--purple--dark: #C0A8E1;
  --color--purple--main: #d2b9fb;
  --color--yellow--main: #FAE27F;
  --color--purple--light: #F0EBF7;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --background--secondary: var(--color--yellow--main);
  --font-weight--semi-bold: 600;
  --background--primary-dark: var(--color--purple--dark);
  --background--primary-light: var(--color--purple--light);
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-Anton: 'Anton',sans-serif;
--font-Bowlby One: 'Bowlby One',display;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .cmPoUn {
      width:100%;
      background:#F0EBF7;
      min-height:100%;
    }

    .bvVtcO {
      top:0rem;
      width:100%;
      z-index:999;
      position:sticky;
      padding-left:5rem;
      padding-right:5rem;
    }

    .bljkxn {
      width:1.75rem;
      height:1.75rem;
    }

    .cpJXcL {
      width:15rem;
      row-gap:0.25rem;
      background:#f5f5f5;
      column-gap:0.25rem;
      padding-top:0.5rem;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:0.5rem;
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .bFpHDk {
      width:100%;
      height:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bDTxSe {
      font-family:"Inter";
    }

    .ROWGr {
      width:100%;
      height:100%;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .ehRFAV {
      cursor:pointer;
    }

    .ytlub {
      color:var(--color--grey--900);
      width:10rem;
      height:fit-content;
    }

    .eyAmaz {
      width:100%;
      height:100%;
    }

    .drDnLE {
      cursor:pointer;
      text-align:left;
      transition:all 300ms ease;
      padding-top:0.5rem;
      padding-left:0.5rem;
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      border-top-left-radius:0.5rem;
      border-top-right-radius:0.5rem;
      border-bottom-left-radius:0.5rem;
      border-bottom-right-radius:0.5rem;
    }

    .drDnLE:hover {
      background:#C0A8E1;
    }

    .dORKAZ {
      color:var(--color--grey--100);
      width:2.25rem;
      height:2.25rem;
      display:flex;
      background:black;
      align-items:center;
      justify-content:center;
      border-top-left-radius:100rem;
      border-top-right-radius:100rem;
      border-bottom-left-radius:100rem;
      border-bottom-right-radius:100rem;
    }

    .cTggzu {
      width:100%;
      display:grid;
      grid-template:auto / 0.5fr 1fr 0.5fr;
    }

    .friywg {
      top:100%;
      position:absolute;
      padding-top:1.5rem;
    }

    .fhJmsV {
      font-family:"Inter";
      font-weight:bold;
    }

    .fkyydK {
      width:100%;
      max-width:100rem;
      background:var(--color--grey--100);
      margin-top:1rem;
      margin-left:auto;
      padding-top:0.75rem;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:0.75rem;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .nCHBG {
      font-size:2rem;
      font-family:"Bowlby One";
    }

    .eUQkMg {
      scale:1.1 1.1 1;
      width:fit-content;
      cursor:pointer;
      height:fit-content;
      rotate:0 0 1 -6deg;
      display:flex;
      row-gap:0.5rem;
      translate:-1rem -1rem 0;
      background:#D3B9FA;
      box-shadow:8px 11px 0px 0px #D1C1E9;
      column-gap:0.5rem;
      transition:all 300ms ease;
      align-items:center;
      font-weight:bold;
      padding-top:0.5rem;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:1.25rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:flex-start;
      border-top-left-radius:100rem;
      border-top-right-radius:100rem;
      border-bottom-left-radius:100rem;
      border-bottom-right-radius:100rem;
    }

    .eUQkMg:hover {
      scale:1 1 1;
      rotate:0 0 1 0deg;
      translate:0rem 0rem 0;
      box-shadow:0px 0px 0px 0px #D1C1E9;
    }

    .dqsoTv {
      width:fit-content;
      height:fit-content;
    }

    .RtiLQ {
      width:100%;
      height:100%;
      display:flex;
      align-items:flex-end;
      justify-content:center;
    }

    .eNMSES {
      cursor:pointer;
      display:flex;
      row-gap:0.75rem;
      column-gap:0.75rem;
      transition:all 300ms ease;
      align-items:center;
      padding-top:0.75rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:flex-start;
      border-top-left-radius:0.5rem;
      border-top-right-radius:0.5rem;
      border-bottom-left-radius:0.5rem;
      border-bottom-right-radius:0.5rem;
    }

    .eNMSES.current {
      background:var(--background--primary-light);
    }

    .eNMSES:hover {
      background:#D3B9FA;
    }

    .cZrhJf {
      width:1.25rem;
      height:1.25rem;
      display:flex;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      justify-content:center;
    }

    .cThMGd {
      width:100%;
      max-width:100rem;
      margin-left:auto;
      margin-right:auto;
    }

    .ejewKC {
      scale:1.1 1.1 1;
      width:fit-content;
      cursor:pointer;
      height:fit-content;
      display:flex;
      row-gap:0.5rem;
      translate:-0.5rem -0.5rem 0;
      background:var(--color--grey--100);
      box-shadow:8px 11px 0px 0px #D1C1E9;
      column-gap:0.5rem;
      transition:all 300ms ease;
      align-items:center;
      font-weight:bold;
      padding-top:0.5rem;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:1.25rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:flex-start;
      border-top-left-radius:100rem;
      border-top-right-radius:100rem;
      border-bottom-left-radius:100rem;
      border-bottom-right-radius:100rem;
    }

    .ejewKC:hover {
      scale:1 1 1;
      rotate:0 0 1 0deg;
      translate:0rem 0rem 0;
      box-shadow:0px 0px 0px 0px #D1C1E9;
    }

    .bxjAXA {
      top:50%;
      left:-9rem;
      right:0rem;
      width:fit-content;
      height:fit-content;
      z-index:0;
      position:absolute;
    }

    .feIpRD {
      width:100%;
      height:100%;
      display:flex;
      transition:rotate 300ms cubic-bezier(1, 0, 0, 1);
      align-items:center;
      justify-content:center;
    }

    .feIpRD:hover {
      rotate:0 0 1 360deg;
    }

    .cuVoVu {
      width:fit-content;
      height:fit-content;
      display:flex;
      row-gap:0.5rem;
      background:var(--background--secondary);
      column-gap:0.5rem;
      align-items:center;
      padding-top:0.75rem;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:center;
      border-top-left-radius:100rem;
      border-top-right-radius:100rem;
      border-bottom-left-radius:100rem;
      border-bottom-right-radius:100rem;
    }

    .bdmeTC {
      font-size:1.5rem;
      font-family:"Anton";
      line-height:1;
      text-transform:uppercase;
    }

    .dlcpBn {
      width:2.5rem;
      height:2.5rem;
      border-top-left-radius:100rem;
      border-top-right-radius:100rem;
      border-bottom-left-radius:100rem;
      border-bottom-right-radius:100rem;
    }

    .eifGoC {
      width:12rem;
      height:fit-content;
      display:flex;
      row-gap:2rem;
      z-index:0;
      background:var(--color--grey--100);
      column-gap:2rem;
      align-items:flex-start;
      padding-top:1.5rem;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
      justify-content:flex-end;
      border-top-left-radius:2rem;
      border-top-right-radius:2rem;
      border-bottom-left-radius:2rem;
      border-bottom-right-radius:2rem;
    }

    .biezmH {
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .cnuOA-D {
      background:var(--color--grey--100);
      padding-top:1rem;
      border-color:black;
      border-style:solid;
      border-width:1.5px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:2.5rem;
      border-top-right-radius:2.5rem;
      border-bottom-left-radius:2.5rem;
      border-bottom-right-radius:2.5rem;
    }

    .cWSFPR {
      top:-1rem;
      right:-7rem;
      width:fit-content;
      height:fit-content;
      rotate:0 0 1 -16deg;
      z-index:0;
      position:absolute;
    }

    .eLReux {
      width:2rem;
      height:2rem;
    }

    .dhoksU {
      row-gap:1.5rem;
      background:#e6e6e6;
      column-gap:1.5rem;
      padding-top:1rem;
      border-color:black;
      border-style:solid;
      border-width:1.5px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:3rem;
      border-top-right-radius:3rem;
      border-bottom-left-radius:3rem;
      border-bottom-right-radius:3rem;
    }

    .dTgusu {
      padding-left:1rem;
    }

    .VJfTl {
      overflow-x:clip;
      overflow-y:clip;
      border-top-left-radius:2rem;
      border-top-right-radius:2rem;
      border-bottom-left-radius:2rem;
      border-bottom-right-radius:2rem;
    }

    .cLgLJK {
      font-size:xx-large;
      text-align:left;
      font-family:"Anton";
      line-height:1;
      text-transform:uppercase;
    }

    .bcbGce {
      row-gap:2rem;
      column-gap:2rem;
      padding-bottom:1rem;
    }

    .dtHZnp {
      scale:1.1 1.1 1;
      width:fit-content;
      cursor:pointer;
      height:fit-content;
      display:flex;
      row-gap:0.5rem;
      translate:-0.5rem -0.5rem 0;
      background:#D3B9FA;
      box-shadow:8px 11px 0px 0px #D1C1E9;
      column-gap:0.5rem;
      transition:all 300ms ease;
      align-items:center;
      font-weight:bold;
      padding-top:0.5rem;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:1.25rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:flex-start;
      border-top-left-radius:100rem;
      border-top-right-radius:100rem;
      border-bottom-left-radius:100rem;
      border-bottom-right-radius:100rem;
    }

    .dtHZnp:hover {
      scale:1 1 1;
      rotate:0 0 1 0deg;
      translate:0rem 0rem 0;
      box-shadow:0px 0px 0px 0px #D1C1E9;
    }

    .dXUyAX {
      font-family:"Inter";
      font-weight:500;
    }

    .fuVPWL {
      gap:2rem;
      width:100%;
      display:grid;
      grid-template:auto / 1fr 1fr;
    }

    .LyQKH {
      width:100%;
      display:flex;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .Dajgh {
      top:0rem;
      width:100%;
      height:50%;
      position:absolute;
      background:var(--background--primary-light);
    }

    .bEdkgU {
      width:100%;
      bottom:0rem;
      height:50%;
      position:absolute;
      background:var(--background--primary);
    }

    .umodY {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .cPmfrI {
      width:6rem;
      height:6rem;
      background:var(--background--primary);
      border-color:black;
      border-style:solid;
      border-width:1.5px;
      border-top-left-radius:100rem;
      border-top-right-radius:100rem;
      border-bottom-left-radius:100rem;
      border-bottom-right-radius:100rem;
    }

    .dwerGB {
      background:#eae1f8;
      padding-top:3rem;
      padding-left:5rem;
      padding-right:5rem;
      padding-bottom:3rem;
      margin-top:auto;
    }

    .ezQJhJ {
      width:100%;
      background:var(--background--primary-light);
      padding-top:7rem;
      padding-left:5rem;
      padding-right:5rem;
      padding-bottom:7rem;
    }

    .ezQJhJ.purple {
      background:var(--color--purple--main);
    }

    .eNzVsq {
      font-size:2rem;
      text-align:left;
      font-family:"Anton";
      line-height:1;
      text-transform:uppercase;
    }

    .eEmZtX {
      right:-6rem;
      width:fit-content;
      bottom:-4rem;
      height:fit-content;
      z-index:0;
      position:absolute;
    }

    .brcJbX {
      top:1.5rem;
      left:-2rem;
      width:fit-content;
      height:fit-content;
      z-index:0;
      position:absolute;
    }

    .bmlyCa {
      width:6rem;
      display:flex;
      align-items:center;
      aspect-ratio:1/1;
      justify-content:center;
    }

    .dxPXnJ {
      width:100%;
      row-gap:3rem;
      max-width:52rem;
      column-gap:3rem;
      text-align:center;
      margin-left:auto;
      margin-right:auto;
    }

    .bJJOzC {
      z-index:1;
    }

    .btKFDa {
      right:7rem;
      width:fit-content;
      bottom:-1rem;
      height:fit-content;
      position:absolute;
      background:var(--background--secondary);
      padding-top:0.75rem;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:0.75rem;
      border-top-left-radius:100rem;
      border-top-right-radius:100rem;
      border-bottom-left-radius:100rem;
      border-bottom-right-radius:100rem;
    }

    .dtCwpz {
      color:var(--color--grey--100);
      width:3rem;
      height:3rem;
      display:flex;
      background:black;
      align-items:center;
      justify-content:center;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .cFddSo {
      width:fit-content;
      height:fit-content;
      z-index:1;
      margin-left:auto;
      margin-right:auto;
    }

    .drkqXr {
      color:var(--color--grey--100);
      width:3rem;
      height:3rem;
      display:flex;
      background:black;
      align-items:center;
      justify-content:center;
      border-top-left-radius:100rem;
      border-top-right-radius:100rem;
      border-bottom-left-radius:100rem;
      border-bottom-right-radius:100rem;
    }

    .dhzxfm {
      color:#AE98CD;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      line-height:inherit;
    }

    .bLGVhR {
      width:12rem;
      height:fit-content;
      display:flex;
      row-gap:2rem;
      background:#C0A8E1;
      column-gap:2rem;
      align-items:flex-start;
      padding-top:1.5rem;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
      justify-content:flex-end;
      border-top-left-radius:2rem;
      border-top-right-radius:2rem;
      border-bottom-left-radius:2rem;
      border-bottom-right-radius:2rem;
    }

    .yGnOd {
      font-size:9rem;
      font-family:"Anton";
      line-height:1;
      text-transform:uppercase;
    }

    .dzvdal {
      width:4rem;
      aspect-ratio:1/1;
    }

    .cfjYLk {
      left:-4rem;
      width:fit-content;
      bottom:0rem;
      height:fit-content;
      rotate:0 0 1 16deg;
      z-index:0;
      position:absolute;
    }

    .cwBQa-D {
      width:100%;
      z-index:1;
      max-width:32rem;
      margin-left:auto;
      margin-right:auto;
    }

    .A-to-Z\:Karq2PavXEJ7HZJEStwg2 {
      padding-top:3rem;
    }

    .fHfEWU {
      row-gap:0.75rem;
      column-gap:0.75rem;
      text-align:left;
    }

    .cFbAgf {
      top:1.5rem;
      right:-10rem;
      width:fit-content;
      height:fit-content;
      z-index:0;
      position:absolute;
    }

    .GLehu {
      z-index:10;
    }

    .cVGXIY {
      flex:1;
      width:100%;
      row-gap:0.5rem;
      min-width:0%;
      column-gap:0.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eUawRM {
      flex:1;
      width:100%;
      cursor:pointer;
      display:flex;
      row-gap:0.5rem;
      min-width:0%;
      column-gap:0.5rem;
      align-items:center;
      padding-top:0.5rem;
      padding-left:0.5rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:flex-start;
    }

    .eUawRM:hover {
      background:var(--background--primary-light);
      border-top-left-radius:0.5rem;
      border-top-right-radius:0.5rem;
      border-bottom-left-radius:0.5rem;
      border-bottom-right-radius:0.5rem;
    }

    .bYwqG {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight--semi-bold);
    }

    .eDgUm {
      top:50%;
      color:var(--color--grey--100);
      right:0.75rem;
      width:2.5rem;
      height:2.5rem;
      display:flex;
      position:absolute;
      translate:0 -50% 0;
      background:var(--color--grey--900);
      align-items:center;
      padding-top:0.5rem;
      padding-left:0.5rem;
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      justify-content:center;
      border-top-left-radius:100rem;
      border-top-right-radius:100rem;
      border-bottom-left-radius:100rem;
      border-bottom-right-radius:100rem;
    }

    .clbEpg {
      flex:1;
      width:100%;
      display:inline;
      overflow:hidden;
      min-width:0%;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .DsHOd {
      color:var(--color--grey--900);
      width:100%;
      font-size:var(--font-size--lg);
      background:var(--color--grey--100);
      box-shadow:8px 11px 0px 0px #f0ebf780;
      padding-top:1rem;
      border-color:black;
      border-style:solid;
      border-width:1.5px;
      padding-left:1.25rem;
      padding-right:4rem;
      padding-bottom:1rem;
      border-top-left-radius:100rem;
      border-top-right-radius:100rem;
      border-bottom-left-radius:100rem;
      border-bottom-right-radius:100rem;
    }

    .cCYXsI {
      width:100%;
    }

    .djlcqs {
      top:calc(100% + 1rem);
      color:var(--color--grey--900);
      width:100%;
      row-gap:0.25rem;
      position:absolute;
      font-size:var(--font-size--lg);
      background:var(--color--grey--100);
      box-shadow:8px 11px 0px 0px #f0ebf780;
      column-gap:0.25rem;
      text-align:left;
      padding-top:0.75rem;
      border-color:black;
      border-style:solid;
      border-width:1.5px;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.75rem;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .eGLWmH {
      width:fit-content;
      overflow:hidden;
      line-clamp:1;
      font-family:"Inter";
      white-space:nowrap;
      text-overflow:ellipsis;
      -webkit-line-clamp:1;
    }

    .Wwnbd {
      width:1.25rem;
      height:1.25rem;
    }

    .A-to-Z\:ZbNuxHukP2XH1_IPTumdt {
      padding-bottom:10rem;
    }

    .dFmfhC {
      width:100%;
      height:10rem;
    }

    .fgNJVo {
      row-gap:1.5rem;
      background:var(--background--secondary);
      column-gap:1.5rem;
      padding-top:1rem;
      border-color:black;
      border-style:solid;
      border-width:1.5px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:3rem;
      border-top-right-radius:3rem;
      border-bottom-left-radius:3rem;
      border-bottom-right-radius:3rem;
    }

    .bKuuvI {
      right:50%;
      width:fit-content;
      bottom:-1rem;
      height:fit-content;
      position:absolute;
      translate:50% 0 0;
    }